pub unsafe extern "C" fn cbw_Application_assertCorrectThread(
arg1: *const cbw_Application,
)Expand description
Safety check that makes sure the given application handle is used on the correct thread. Does nothing in release mode.
pub unsafe extern "C" fn cbw_Application_assertCorrectThread(
arg1: *const cbw_Application,
)Safety check that makes sure the given application handle is used on the correct thread. Does nothing in release mode.