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