pub unsafe fn GetDiskFreeSpaceA<'a, Param0>(
    lprootpathname: Param0,
    lpsectorspercluster: *mut u32,
    lpbytespersector: *mut u32,
    lpnumberoffreeclusters: *mut u32,
    lptotalnumberofclusters: *mut u32
) -> BOOL where
    Param0: IntoParam<'a, PCSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’