ZydisRegisterGetString

Function ZydisRegisterGetString 

Source
pub unsafe extern "C" fn ZydisRegisterGetString(
    reg: ZydisRegister,
) -> *const c_char
Expand description

Returns the specified register string.

@param reg The register.

@return The register string or ZYAN_NULL, if an invalid register was passed.