pub unsafe extern "C" fn spa_ptr_inside_and_aligned( p1: *const c_void, s1: usize, p2: *const c_void, s2: usize, align: usize, remaining: *mut usize, ) -> bool