pub type RTCProgressMonitorFunction = Option<unsafe extern "C" fn(ptr: *mut c_void, n: f64) -> bool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.