pub type PWLDP_QUERYDYNAMICODETRUST_API = Option<unsafe extern "system" fn(filehandle: HANDLE, baseimage: *const c_void, imagesize: u32) -> HRESULT>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PWLDP_QUERYDYNAMICODETRUST_API {
    None,
    Some(unsafe extern "system" fn(_: isize, _: *const c_void, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: *const c_void, _: u32) -> i32)

Some value of type T.