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

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