pub type sk_USERNOTICE_freefunc = Option<unsafe extern "C" fn(*mut USERNOTICE_st)>;
Aliased Type§
enum sk_USERNOTICE_freefunc {
None,
Some(unsafe extern "C" fn(*mut USERNOTICE_st)),
}
pub type sk_USERNOTICE_freefunc = Option<unsafe extern "C" fn(*mut USERNOTICE_st)>;
enum sk_USERNOTICE_freefunc {
None,
Some(unsafe extern "C" fn(*mut USERNOTICE_st)),
}