pub unsafe extern "C" fn pa_xmalloc(l: usize) -> *mut c_void
Allocates the specified number of bytes, just like malloc() does. However, in case of OOM, terminate.
malloc()