pub unsafe extern "C" fn PxErrorCallback_reportError_mut(
    self_: *mut PxErrorCallback,
    code: PxErrorCode,
    message: *const c_char,
    file: *const c_char,
    line: i32
)
Expand description

Reports an error code.