#[no_mangle]
pub unsafe extern "C" fn LLVMMoveBasicBlockBefore(
    BB: LLVMBasicBlockRef,
    MovePos: LLVMBasicBlockRef
)