pub unsafe fn GetLatticePtr<P0>(
    hrc: P0,
    pplattice: *mut *mut RECO_LATTICE
) -> Result<()>
where P0: IntoParam<HRECOCONTEXT>,