aligned_alloc

Function aligned_alloc 

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