pub type PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY = Option<unsafe extern "system" fn(lpszresourcename: PCWSTR, lpszresourcetype: PCWSTR) -> HRESOURCE>;

Aliased Type§

enum PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR) -> HRESOURCE),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR) -> HRESOURCE)

Some value of type T.