LPFNCCSTYLEA

Type Alias LPFNCCSTYLEA 

pub type LPFNCCSTYLEA = Option<unsafe extern "system" fn(hwndparent: HWND, pccs: *mut CCSTYLEA) -> BOOL>;

Aliased Type§

pub enum LPFNCCSTYLEA {
    None,
    Some(unsafe extern "system" fn(*mut c_void, *mut CCSTYLEA) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, *mut CCSTYLEA) -> i32)

Some value of type T.