pub unsafe fn GetDiskFreeSpaceExA<'a, Param0>(
    lpdirectoryname: Param0,
    lpfreebytesavailabletocaller: *mut u64,
    lptotalnumberofbytes: *mut u64,
    lptotalnumberoffreebytes: *mut u64
) -> BOOL where
    Param0: IntoParam<'a, PCSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’