pub unsafe extern "C" fn enif_make_string(
    env: *mut ErlNifEnv,
    string: *const c_char,
    encoding: ErlNifCharEncoding
) -> ERL_NIF_TERM