mtmd_decode_use_mrope function

  1. @Native<Bool Function(Pointer<mtmd_context>)>(ffi.Pointer<mtmd_context>)>()
bool mtmd_decode_use_mrope(
  1. Pointer<mtmd_context> ctx
)

Implementation

@ffi.Native<ffi.Bool Function(ffi.Pointer<mtmd_context>)>()
external bool mtmd_decode_use_mrope(ffi.Pointer<mtmd_context> ctx);