pub type LPDHCP_ENTRY_POINT_FUNC = Option<unsafe extern "system" fn(chaindlls: PCWSTR, calloutversion: u32, callouttbl: *mut DHCP_CALLOUT_TABLE) -> u32>;

Aliased Type§

enum LPDHCP_ENTRY_POINT_FUNC {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: u32, _: *mut DHCP_CALLOUT_TABLE) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.