hb_blob_create_from_file function

  1. @Native<Pointer<hb_blob_t> Function(Pointer<Char>)>(ffi.Pointer<ffi.Char>)>()
Pointer<hb_blob_t> hb_blob_create_from_file(
  1. Pointer<Char> file_name
)

Implementation

@ffi.Native<ffi.Pointer<hb_blob_t> Function(ffi.Pointer<ffi.Char>)>()
external ffi.Pointer<hb_blob_t> hb_blob_create_from_file(
  ffi.Pointer<ffi.Char> file_name,
);