pub type godot_gdnative_init_fn = Option<unsafe extern "C" fn(arg1: *mut godot_gdnative_init_options)>;Expand description
GDNative procedure types
Aliased Type§
pub enum godot_gdnative_init_fn {
None,
Some(unsafe extern "C" fn(*mut godot_gdnative_init_options)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut godot_gdnative_init_options))
Some value of type T.