Type Alias sk_USERNOTICE_copyfunc

Source
pub type sk_USERNOTICE_copyfunc = Option<unsafe extern "C" fn(*const USERNOTICE_st) -> *mut USERNOTICE_st>;

Aliased Type§

enum sk_USERNOTICE_copyfunc {
    None,
    Some(unsafe extern "C" fn(*const USERNOTICE_st) -> *mut USERNOTICE_st),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const USERNOTICE_st) -> *mut USERNOTICE_st)

Some value of type T.