pub unsafe fn assertion_handler(
expr: *const c_char,
file: *const c_char,
line: c_int,
_function: *const c_char,
) -> i32Expand description
C++ static function: assertionHandler Prints assertion failure message to stdout and returns 1.