FnGetErrorString

Type Alias FnGetErrorString 

Source
pub type FnGetErrorString = unsafe extern "C" fn(library_instance: *mut c_void, error: i32) -> *const c_char;
Expand description

Function pointer type for GetErrorString.