hb_unicode_script_func_t typedef
hb_unicode_script_func_t: @ufuncs: A Unicode-functions structure @unicode: The code point to query @user_data: User data pointer passed by the caller
A virtual method for the #hb_unicode_funcs_t structure.
This method should retrieve the Script property for a specified Unicode code point.
Return value: The #hb_script_t of @unicode
Implementation
typedef hb_unicode_script_func_t =
ffi.Pointer<ffi.NativeFunction<hb_unicode_script_func_tFunction>>;