Function SetupInstallFileA

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