Tk_CustomOptionRestoreProc

Type Alias Tk_CustomOptionRestoreProc 

Source
pub type Tk_CustomOptionRestoreProc = Option<unsafe extern "C" fn(clientData: ClientData, tkwin: Tk_Window, internalPtr: *mut c_char, saveInternalPtr: *mut c_char)>;

Aliased Type§

pub enum Tk_CustomOptionRestoreProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut Tk_Window_, *mut i8, *mut i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut Tk_Window_, *mut i8, *mut i8))

Some value of type T.