pub unsafe extern "C" fn ZydisRegisterEncode(
register_class: ZydisRegisterClass,
id: ZyanU8,
) -> ZydisRegisterExpand description
Returns the register specified by the register_class and id tuple.
@param register_class The register class. @param id The register id.
@return The register specified by the register_class and id tuple or ZYDIS_REGISTER_NONE,
if an invalid parameter was passed.