pub type FT_Generic = FT_Generic_;
struct FT_Generic { pub data: *mut c_void, pub finalizer: Option<unsafe extern "C" fn(_: *mut c_void)>, }
data: *mut c_void
finalizer: Option<unsafe extern "C" fn(_: *mut c_void)>