pub unsafe extern "C" fn pomp_ctx_get_loop( ctx: *mut pomp_ctx, ) -> *mut pomp_loop
Get the internal loop structure of the context. @param ctx : context. @return loop structure or NULL in case of error.