pub unsafe extern "C" fn ZydisRegisterGetString(
reg: ZydisRegister,
) -> *const c_charExpand description
Returns the specified register string.
@param reg The register.
@return The register string or ZYAN_NULL, if an invalid register was passed.