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