pub unsafe extern "C" fn b3World_SetPreSolveCallback(
worldId: b3WorldId,
fcn: b3PreSolveFcn,
context: *mut c_void,
)Expand description
Register the pre-solve callback. This is optional.
pub unsafe extern "C" fn b3World_SetPreSolveCallback(
worldId: b3WorldId,
fcn: b3PreSolveFcn,
context: *mut c_void,
)Register the pre-solve callback. This is optional.