pub unsafe fn SetupQueueDeleteA<P0, P1>(
    queuehandle: *const c_void,
    pathpart1: P0,
    pathpart2: P1
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,