PFNLVCOMPARE

Type Alias PFNLVCOMPARE 

Source
pub type PFNLVCOMPARE = Option<unsafe extern "system" fn(LPARAM, LPARAM, LPARAM) -> c_int>;

Aliased Type§

pub enum PFNLVCOMPARE {
    None,
    Some(unsafe extern "system" fn(isize, isize, isize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(isize, isize, isize) -> i32)

Some value of type T.