pub unsafe fn get_type_object<'py>( py: Python<'py>, ty: NpyTypes, ) -> *mut PyTypeObject
Get a pointer of the type object associated with ty.
ty