remove_light_ffi function
void
remove_light_ffi()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId)>()
external void remove_light_ffi(
ffi.Pointer<ffi.Void> viewer,
int entityId,
);