pub type RTCMemoryMonitorFunction = Option<unsafe extern "C" fn(ptr: *mut c_void, bytes: isize, post: bool) -> bool>;

Aliased Type§

enum RTCMemoryMonitorFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: isize, _: bool) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: isize, _: bool) -> bool)

Some value of type T.