yr_compiler_define_float_variable

Function yr_compiler_define_float_variable 

Source
pub unsafe extern "C" fn yr_compiler_define_float_variable(
    compiler: *mut YR_COMPILER,
    identifier: *const c_char,
    value: f64,
) -> c_int