pub unsafe extern "C" fn HAL_GetErrorMessage(
    code: i32
) -> *const c_char
Expand description

Gets the error message for a specific status code.

@param code the status code @return the error message for the code. This does not need to be freed.