pub type NapiTsfnMode = NapiThreadsafeFunctionCallMode;
#[repr(u32)]pub enum NapiTsfnMode { Nonblocking = 0, Blocking = 1, }