pub unsafe fn StgOpenStorageOnILockBytes<P0, P1>(
    plkbyt: P0,
    pstgpriority: P1,
    grfmode: STGM,
    snbexclude: Option<*const *const u16>,
    reserved: u32
) -> Result<IStorage>
where P0: Param<ILockBytes>, P1: Param<IStorage>,