malloc

Function malloc 

Source
pub unsafe extern "C" fn malloc(
    size: usize,
) -> Option<&'static mut void>