pub unsafe fn MallocMemoryAllocator_as_memory_allocator(
self_: Pin<&mut MallocMemoryAllocator>,
) -> *mut MemoryAllocatorExpand description
Get a pointer to the base class MemoryAllocator.
Safety: The caller must ensure that the pointer is valid for the lifetime of the MemoryAllocator.