hb_feature_from_string function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<ffi.Char>, ffi.Int, ffi.Pointer<hb_feature_t>)
>()
external int hb_feature_from_string(
ffi.Pointer<ffi.Char> str,
int len,
ffi.Pointer<hb_feature_t> feature,
);