FNCERTSRVBACKUPREAD

Type Alias FNCERTSRVBACKUPREAD 

pub type FNCERTSRVBACKUPREAD = Option<unsafe extern "system" fn(hbc: *mut c_void, pvbuffer: *mut c_void, cbbuffer: u32, pcbread: *mut u32) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.