Function LLVMCantFail

Source
pub unsafe extern "C" fn LLVMCantFail(Err: LLVMErrorRef)
Expand description

Report a fatal error if Err is a failure value.

This function can be used to wrap calls to fallible functions ONLY when it is known that the Error will always be a success value.