pub unsafe extern "C" fn b3World_SetCustomFilterCallback(
worldId: b3WorldId,
fcn: b3CustomFilterFcn,
context: *mut c_void,
)Expand description
Register the custom filter callback. This is optional.
pub unsafe extern "C" fn b3World_SetCustomFilterCallback(
worldId: b3WorldId,
fcn: b3CustomFilterFcn,
context: *mut c_void,
)Register the custom filter callback. This is optional.