[][src]Function winapi::um::setupapi::SetupInstallFileExW

pub unsafe extern "system" fn SetupInstallFileExW(
    InfHandle: HINF,
    InfContext: PINFCONTEXT,
    SourceFile: PCWSTR,
    SourcePathRoot: PCWSTR,
    DestinationName: PCWSTR,
    CopyStyle: DWORD,
    CopyMsgHandler: PSP_FILE_CALLBACK_W,
    Context: PVOID,
    FileWasInUse: PBOOL
) -> BOOL