pub unsafe extern "C" fn mi_malloc_aligned(
    size: usize,
    alignment: usize
) -> *mut c_void