pub unsafe extern "C" fn PxAllocationListener_onAllocation_mut(
    self_: *mut PxAllocationListener,
    size: usize,
    typeName: *const c_char,
    filename: *const c_char,
    line: i32,
    allocatedMemory: *mut c_void
)
Expand description

callback when memory is allocated.