PK_FABORT_f_t   


typedef void (*PK_FABORT_f_t)(int *ifail);



  Called at the end of an aborted kernel operation

Returns:
  int                      *ifail          --- error code: FR_no_errors


Description:
  This function is called by the kernel following a kernel operation which
  was aborted by a call to PK_SESSION_abort. It allows the application to
  do any generic tidying following the abort and/or do a long-jump back to
  a "recovery-point" within the application code (this is the only case
  where it is legitimate for a frustrum function to do such a long-jump).
  See PK_SESSION_abort for further details.