Function WofIsExternalFile
pub unsafe fn WofIsExternalFile<P0>(
filepath: P0,
isexternalfile: Option<*mut BOOL>,
provider: Option<*mut u32>,
externalfileinfo: Option<*mut c_void>,
bufferlength: Option<*mut u32>,
) -> Result<()>where
P0: Param<PCWSTR>,