pub unsafe fn error_message(ptr: *mut c_char) -> String
Convert error message to string
Should only be called in ffi_try to ensure that ptr isn’t null
ffi_try
ptr