pub type NapiTsfn<Data> = NapiThreadsafeFunction<Data, 0>;
pub struct NapiTsfn<Data>(/* private fields */);