Source code
Revision control
Copy as Markdown
Other Tools
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
#[cfg(feature = "objc2-core-foundation")]
use objc2_core_foundation::*;
use crate::*;
#[cfg(feature = "objc2-core-foundation")]
#[inline]
pub extern "C-unwind" fn CACurrentMediaTime() -> CFTimeInterval {
extern "C-unwind" {
fn CACurrentMediaTime() -> CFTimeInterval;
}
unsafe { CACurrentMediaTime() }
}