pub type b3DestroyDebugShapeCallback = Option<unsafe extern "C" fn(userShape: *mut c_void, userContext: *mut c_void)>;
pub enum b3DestroyDebugShapeCallback { None, Some(unsafe extern "C" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T