pub unsafe fn SetupQueueRenameSectionA<P0>(
    queuehandle: *const c_void,
    infhandle: *const c_void,
    listinfhandle: Option<*const c_void>,
    section: P0
) -> Result<()>
where P0: IntoParam<PCSTR>,