macro_rules! platform_nif_init {
    ($get_entry:expr) => { ... };
}
Expand description

Platform specific NIF module initialization.

This macro is intended for higher level NIF libraries and not for direct users of erlang_nif-sys. See implementation of nif_init! for usage.