Function windows::Win32::System::Com::StructuredStorage::StgCreateDocfileOnILockBytes
pub unsafe fn StgCreateDocfileOnILockBytes<P0>(
plkbyt: P0,
grfmode: STGM,
reserved: u32,
) -> Result<IStorage>where
P0: Param<ILockBytes>,