Type Alias RTCCreateNodeFunction

Source
pub type RTCCreateNodeFunction = Option<unsafe extern "C" fn(allocator: RTCThreadLocalAllocator, childCount: c_uint, userPtr: *mut c_void) -> *mut c_void>;

Aliased Type§

pub enum RTCCreateNodeFunction {
    None,
    Some(unsafe extern "C" fn(*mut RTCThreadLocalAllocatorTy, u32, *mut c_void) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut RTCThreadLocalAllocatorTy, u32, *mut c_void) -> *mut c_void)

Some value of type T.