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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.