LLVMBuildFenceSyncScope

Function LLVMBuildFenceSyncScope 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMBuildFenceSyncScope(
    B: LLVMBuilderRef,
    ordering: LLVMAtomicOrdering,
    SSID: c_uint,
    Name: *const c_char,
) -> LLVMValueRef