pub type PMPRADMINRELEASEIPADRESS = Option<unsafe extern "system" fn(param0: PCWSTR, param1: PCWSTR, param2: *mut u32)>;

Aliased Type§

enum PMPRADMINRELEASEIPADRESS {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: *mut u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: *mut u32))

Some value of type T.