1
0

feat: add more guard and const in lowlevel

This commit is contained in:
2026-05-18 15:43:16 +08:00
parent 91c7fdda70
commit bbcea1f4d2
4 changed files with 136 additions and 58 deletions

View File

@@ -577,7 +577,7 @@ pub extern "C" fn WFExtStatusDestroy(in_ext_status: in_param_ty!(Token)) -> bool
}
#[unsafe(no_mangle)]
pub extern "C" fn WFExtStatuGetName(
pub extern "C" fn WFExtStatusGetName(
in_ext_status: in_param_ty!(Token),
out_name: out_param_ty!(CStyleString),
) -> bool {
@@ -591,7 +591,7 @@ pub extern "C" fn WFExtStatuGetName(
}
#[unsafe(no_mangle)]
pub extern "C" fn WFExtStatuGetIcon(
pub extern "C" fn WFExtStatusGetIcon(
in_ext_status: in_param_ty!(Token),
out_icon: out_param_ty!(HICON),
) -> bool {