pub unsafe extern "C" fn ZydisFormatterTokenizeOperandEx(
    formatter: *const ZydisFormatter,
    instruction: *const DecodedInstruction,
    index: u8,
    buffer: *mut c_void,
    length: usize,
    runtime_address: u64,
    token: *mut *const FormatterToken<'_>,
    user_data: *mut c_void
) -> Status