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