pub unsafe fn posix_memalign(
    arg___memptr: *mut *mut c_void,
    arg___alignment: usize,
    arg___size: usize
) -> c_int