#[no_mangle]
pub unsafe extern "C" fn sgx_register_exception_handler(
    first: i32,
    handler: ExceptionHandler
) -> *const c_void