pub unsafe extern "C" fn ud_lookup_mnemonic(
code: ud_mnemonic_code,
) -> *const c_char
Expand description
Returns a pointer to a character string corresponding to the given
mnemonic code. Returns a null
if the code is invalid.
pub unsafe extern "C" fn ud_lookup_mnemonic(
code: ud_mnemonic_code,
) -> *const c_char
Returns a pointer to a character string corresponding to the given
mnemonic code. Returns a null
if the code is invalid.