pub unsafe extern "C" fn sys_alloc_aligned(
    nwords: usize,
    align: usize
) -> *mut u8