pub unsafe extern "C-unwind" fn CAClockNew(
in_reserved_flags: u32,
out_ca_clock: NonNull<CAClockRef>,
) -> i32Expand description
Create a new clock object.
Parameter inReservedFlags: Must be 0.
Parameter outCAClock: Must be non-null. On successful return, the new clock object.
Returns: An OSStatus error code.
ยงSafety
out_ca_clock must be a valid pointer.