pub unsafe extern "C" fn ZydisFormatterFormatOperand(
    formatter: *const ZydisFormatter,
    instruction: *const DecodedInstruction,
    operand_index: u8,
    buffer: *mut c_char,
    buffer_length: usize,
    runtime_address: u64
) -> Status