windows::Win32::System::Com

Function CoLockObjectExternal

pub unsafe fn CoLockObjectExternal<P0>(
    punk: P0,
    flock: bool,
    flastunlockreleases: bool,
) -> Result<()>
where P0: Param<IUnknown>,