pub unsafe fn WofSetFileDataLocation<'a, Param0>(
    filehandle: Param0,
    provider: u32,
    externalfileinfo: *const c_void,
    length: u32
) -> Result<(), Error> where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’