pub unsafe extern "C" fn ZydisDecoderDecodeBuffer(
    decoder: *const Decoder,
    buffer: *const c_void,
    length: usize,
    instruction: *mut DecodedInstruction
) -> Status