pub unsafe extern "C" fn ud_lookup_mnemonic(
code: ud_mnemonic_code,
) -> *const c_charExpand 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_charReturns a pointer to a character string corresponding to the given
mnemonic code. Returns a null if the code is invalid.