[][src]Function ejdb_sys::bson_fatal_msg

pub unsafe extern "C" fn bson_fatal_msg(ok: c_int, msg: *const c_char)

Exit fatally with an error message.

@param ok exits if ok is equal to 0. @param msg prints to stderr before exiting.