pub type PGModuleMagicFunction = Option<unsafe extern "C" fn() -> *const Pg_magic_struct>;
Aliased Type§
enum PGModuleMagicFunction {
None,
Some(unsafe extern "C" fn() -> *const Pg_magic_struct),
}
Variants§
None
No value.
Some(unsafe extern "C" fn() -> *const Pg_magic_struct)
Some value of type T
.