pub unsafe fn SetupAddToDiskSpaceListA<P0>(
    diskspace: *const c_void,
    targetfilespec: P0,
    filesize: i64,
    operation: SETUP_FILE_OPERATION,
    reserved1: Option<*const c_void>,
    reserved2: u32
) -> Result<()>
where P0: IntoParam<PCSTR>,