pub type PRJ_QUERY_FILE_NAME_CB = Option<unsafe extern "system" fn(callbackdata: *const PRJ_CALLBACK_DATA) -> HRESULT>;

Aliased Type§

enum PRJ_QUERY_FILE_NAME_CB {
    None,
    Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA) -> HRESULT)

Some value of type T.