pub type UMtxAtomicFn = Option<unsafe extern "C" fn(context: *const c_void, p: *mut i32) -> i32>;
enum UMtxAtomicFn { None, Some(unsafe extern "C" fn(_: *const c_void, _: *mut i32) -> i32), }
No value.
Some value of type T.
T