pub unsafe extern "C" fn FT_Property_Set(
    library: FT_Library,
    module_name: *const FT_String,
    property_name: *const FT_String,
    value: *const c_void
) -> FT_Error