calling C function from noexcept function

Hello,

is there a way how to call C function in noexcept function without clang emitting ___stack_chk_guard?

Thanks

Hana