pub unsafe fn SetupAddSectionToDiskSpaceListA<P0>(
    diskspace: *const c_void,
    infhandle: *const c_void,
    listinfhandle: Option<*const c_void>,
    sectionname: P0,
    operation: SETUP_FILE_OPERATION,
    reserved1: Option<*const c_void>,
    reserved2: u32
) -> Result<()>
where P0: IntoParam<PCSTR>,