pub unsafe extern "C" fn PyMem_SetAllocator(
domain: PyMemAllocatorDomain,
allocator: *mut PyMemAllocatorEx,
)
Available on non-
Py_LIMITED_API
and neither PyPy
nor GraalPy
only.pub unsafe extern "C" fn PyMem_SetAllocator(
domain: PyMemAllocatorDomain,
allocator: *mut PyMemAllocatorEx,
)
Py_LIMITED_API
and neither PyPy
nor GraalPy
only.