pub unsafe extern "C" fn zend_ptr_stack_n_push(
    stack: *mut zend_ptr_stack,
    count: c_int
    ...
)