aligned_alloc

Function aligned_alloc 

Source
pub unsafe extern "C" fn aligned_alloc(
    __alignment: c_uint,
    __size: c_uint,
) -> *mut c_void