pub unsafe extern "system" fn SetupPromptForDiskA(
    hwndparent: HWND,
    dialogtitle: PCSTR,
    diskname: PCSTR,
    pathtosource: PCSTR,
    filesought: PCSTR,
    tagfile: PCSTR,
    diskpromptstyle: u32,
    pathbuffer: PSTR,
    pathbuffersize: u32,
    pathrequiredsize: *mut u32,
) -> u32