malloc_type_posix_memalign

Function malloc_type_posix_memalign 

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