pub unsafe fn DPA_InsertPtr<P0>(
    hdpa: P0,
    i: i32,
    p: Option<*const c_void>
) -> i32
where P0: IntoParam<HDPA>,