pub unsafe fn CfOpenFileWithOplock<P0>(
    filepath: P0,
    flags: CF_OPEN_FILE_FLAGS
) -> Result<HANDLE>
where P0: IntoParam<PCWSTR>,