Function rustc_codegen_llvm::llvm_::ffi::LLVMBuildCatchPad
source ยท pub unsafe extern "C" fn LLVMBuildCatchPad<'a>(
B: &Builder<'a>,
ParentPad: &'a Value,
Args: *const &'a Value,
NumArgs: c_uint,
Name: *const c_char,
) -> Option<&'a Value>