Type Alias LPGETTNEFSTREAMCODEPAGE

pub type LPGETTNEFSTREAMCODEPAGE = Option<unsafe extern "system" fn(lpstream: Ref<'_, IStream>, lpulcodepage: *mut u32, lpulsubcodepage: *mut u32) -> HRESULT>;

Aliased Type§

pub enum LPGETTNEFSTREAMCODEPAGE {
    None,
    Some(unsafe extern "system" fn(Ref<'_, IStream>, *mut u32, *mut u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Ref<'_, IStream>, *mut u32, *mut u32) -> HRESULT)

Some value of type T.