devela::_dep::pyo3::ffi

Function PyMem_SetAllocator

pub unsafe extern "C" fn PyMem_SetAllocator(
    domain: PyMemAllocatorDomain,
    allocator: *mut PyMemAllocatorEx,
)
Available on crate features dep_pyo3 and std only.