pub unsafe extern "C" fn ERRF_LogResult(failure: Result) -> ResultExpand description
Logs a system error with the given Result code.
ยงArguments
failure(direction in) - Result code to log.
Similar to ERRF_Throw, except that it does not display anything on the screen, nor does it force the system to reboot.
This function does fill in the address where this function was called from.