pub unsafe fn WofIsExternalFile<'a, Param0>(
    filepath: Param0,
    isexternalfile: *mut BOOL,
    provider: *mut u32,
    externalfileinfo: *mut c_void,
    bufferlength: *mut u32
) -> Result<(), Error> where
    Param0: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’