pub type d2i_of_void = Option<unsafe extern "C" fn(_: *mut *mut c_void, _: *mut *const u8, _: i64) -> *mut c_void>;
Aliased Type§
enum d2i_of_void {
None,
Some(unsafe extern "C" fn(_: *mut *mut c_void, _: *mut *const u8, _: i64) -> *mut c_void),
}