pub unsafe extern "C" fn posix_memalign(
__memptr: *mut *mut c_void,
__alignment: size_t,
__size: size_t
) -> c_int