FNCERTSRVRESTOREGETDATABASELOCATIONSW

Type Alias FNCERTSRVRESTOREGETDATABASELOCATIONSW 

pub type FNCERTSRVRESTOREGETDATABASELOCATIONSW = Option<unsafe extern "system" fn(hbc: *mut c_void, ppwszzdatabaselocationlist: *mut *mut u16, pcbsize: *mut u32) -> HRESULT>;

Aliased Type§

pub enum FNCERTSRVRESTOREGETDATABASELOCATIONSW {
    None,
    Some(unsafe extern "system" fn(*mut c_void, *mut *mut u16, *mut u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, *mut *mut u16, *mut u32) -> HRESULT)

Some value of type T.