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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.