pub unsafe extern "C" fn generic_try_rust_malloc<T: TryInto<usize>>( size: T, ) -> *mut c_void
Generic malloc implementation which allows size to be optionally convertable.
malloc
In case of invalid size, returns NULL pointer