malloc_type_aligned_alloc

Function malloc_type_aligned_alloc 

Source
pub unsafe extern "C" fn malloc_type_aligned_alloc(
    alignment: usize,
    size: usize,
    type_id: malloc_type_id_t,
) -> *mut c_void