pub unsafe extern "C" fn generic_rust_malloc<T: Into<usize>>( size: T, ) -> *mut c_void
Generic malloc implementation which requires size to be converted into usize without error
malloc
usize