Type Alias rust_icu_sys::UMtxInitFn

source ·
pub type UMtxInitFn = Option<unsafe extern "C" fn(context: *const c_void, mutex: *mut UMTX, status: *mut UErrorCode)>;

Aliased Type§

enum UMtxInitFn {
    None,
    Some(unsafe extern "C" fn(_: *const c_void, _: *mut *mut c_void, _: *mut UErrorCode)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void, _: *mut *mut c_void, _: *mut UErrorCode))

Some value of type T.