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

pub unsafe extern "system" fn SetupQueueCopyA(
    QueueHandle: HSPFILEQ,
    SourceRootPath: PCSTR,
    SourcePath: PCSTR,
    SourceFilename: PCSTR,
    SourceDescription: PCSTR,
    SourceTagfile: PCSTR,
    TargetDirectory: PCSTR,
    TargetFilename: PCSTR,
    CopyStyle: DWORD
) -> BOOL