pub unsafe extern "C" fn BM_GetErrorText(
status: BMStatus,
buffer: *mut c_char,
length: usize,
reserved: c_ushort,
)Expand description
Translate error code to string, this is a helper function to ease application programming.
ยงArguments
status: The error code to be translated.buffer: A caller-allocated string buffer to hold the translated string.length: Number in bytes of the string buffer.reserved: Reserved.