pub type RTCOccludedFunctionN = Option<unsafe extern "C" fn(args: *const RTCOccludedFunctionNArguments)>;

Aliased Type§

enum RTCOccludedFunctionN {
    None,
    Some(unsafe extern "C" fn(_: *const RTCOccludedFunctionNArguments)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const RTCOccludedFunctionNArguments))

Some value of type T.