Function gdnative_sys::godot_nativescript_register_class [] [src]

pub unsafe extern "C" fn godot_nativescript_register_class(
    p_gdnative_handle: *mut c_void,
    p_name: *const c_char,
    p_base: *const c_char,
    p_create_func: godot_instance_create_func,
    p_destroy_func: godot_instance_destroy_func
)