pub unsafe fn DavGetTheLockOwnerOfTheFile<P0>(
    filename: P0,
    lockownername: PWSTR,
    lockownernamelengthinbytes: *mut u32,
) -> u32
where P0: Param<PCWSTR>,