Function bson_fatal_msg

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

Exit fatally with an error message.

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