pub unsafe extern "C" fn LLVMBuildCatchRet<'a>(
    B: &Builder<'a>,
    CatchPad: &'a Value,
    BB: &'a BasicBlock
) -> Option<&'a Value>