pub unsafe extern "system" fn GetVolumePathNameW(
    lpszFileName: *const u16,
    lpszVolumePathName: *mut u16,
    cchBufferLength: u32
) -> i32