Type Alias windows::Win32::Foundation::PROC

pub type PROC = Option<unsafe extern "system" fn() -> isize>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.