pub unsafe extern "system" fn GetVolumePathNamesForVolumeNameW(
    lpszvolumename: PCWSTR,
    lpszvolumepathnames: PWSTR,
    cchbufferlength: u32,
    lpcchreturnlength: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"