pub unsafe extern "C-unwind" fn twz_rt_malloc( sz: usize, align: usize, flags: alloc_flags, ) -> *mut c_void
Allocate memory, zeroing it first if the flag is set.