sentry-contrib-native-sys 0.3.1

Unofficial FFI bindings to the Sentry Native SDK for Rust.
1
2
3
4
5
6
7
#include "sentry_backend.h"

sentry_backend_t *
sentry__backend_new(void)
{
    return NULL;
}